body {
background-image: url('../../../backgrounds/digicam/dither/shadowheartdither.png');
background-attachment: fixed;
background-repeat: repeat;
background-size: cover;
font-family: Tahoma, sans-serif;
font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

.container {
    display: grid;
    grid-template-columns: 190px 820px;
    gap: 12px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    justify-content: center;
    color: rgb(0, 2, 46);
}

/* ---------- info bar ----------- */

.left-side {
    grid-column: 1 / 2;
    height: fit-content;
}

.infobar {
    height: fit-content;
    background-color: rgb(104, 145, 169, 0.65);
    border-radius: 8px;
    padding: 1px;
    margin-bottom: 13px;
}

.infobar-inside {
    margin: 12px 10px 10px 10px;
    padding: 12px;
    background-color: rgb(176, 197, 197, 0.6);
    border-radius: 8px;
    font-size: 12px;
}

.mood {
    height: fit-content;
    background-color: rgb(104, 145, 169, 0.65);
    border-radius: 8px;
    padding: 1px;
    margin-bottom: 13px;
}

.mood-inside {
    margin: 12px 10px 10px 10px;
    padding: 2px 12px 2px 12px;
    background-color: rgb(176, 197, 197, 0.6);
    border-radius: 8px;
    font-size: 12px;
    display: flex;
    font-size: 11px;
    justify-content: left;
    align-items: center;
    height: fit-content;
}

#mood {
    padding-left: 3px;
    float: left;
    margin-top: -2px;
}

#icon {
    height: 100px;
    width: auto;
    border-radius: 8px;
}

/* ---------- side bar ----------- */

.sidebar {
    height: fit-content;
    background-color: rgb(104, 145, 169, 0.65);
    border-radius: 8px;
    padding: 1px;
}

.sidebar-inside {
    margin: 12px 10px 10px 10px;
    padding: 1px 12px 12px 15px;
    background-color: rgb(176, 197, 197, 0.6);
    border-radius: 8px;
    font-size: 11px;
    line-height: 1.1;
}

h4.year {
    font-size: 14px;
    display: flex;
    margin-bottom: -3px;
    color: #364485;
}

.sidebar-inside ul {
    margin-left: -28px;
}

.sidebar-inside li {
    list-style: url(../../../favicons/point/blue.gif);
    margin-bottom: 5px;
}


.sidebar-inside ul a:link {
    text-decoration: none;
    color: #364485;
}

.sidebar-inside ul a:visited {
    color: #364485;
}

.sidebar-inside ul a:hover {
    color:#2671b8;
    text-decoration: underline;
}

.sidebar-inside ul a:active {
    color:#2671b8;
    text-decoration: underline;
}

/* ---------- header ----------- */

#float {
    display: block;
    animation-name: floating; 
    animation-duration: 3s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
    height: 120px;
    width: auto;
    transition: filter 0.4s ease-in-out, transform 0.4s ease-in-out;
    float: left;
    margin-left: 22px;
} 

@keyframes floating { 
0% { 
transform: translate(0,  0px); 
} 

50%  { 
transform: translate(0, 7px); 
} 

100%   {
transform: translate(0, -0px); 
} 
}     

#float:hover {
    filter: drop-shadow(0 0 15px rgb(48, 59, 127));
}

.header {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(85,107,163, 0.6));
    border-radius: 50px;
}

#headerimg {
    height: 95px;
    width: auto;
    margin-top: 10px;
    margin-left: 10px;
    rotate: 90deg;
    transition: filter 0.4s ease-in-out, transform 0.4s ease-in-out;
}

#headerimg:hover {
    filter: drop-shadow(0 0 15px rgb(48, 59, 127));
}

#yap {
    position: absolute;
    margin-top: 19px;
    margin-left: 2px;
    transition: filter 0.4s ease-in-out, transform 0.4s ease-in-out;
}

#yap:hover {
    filter: drop-shadow(0 0 15px rgb(48, 59, 127));
}

/* ---------- blog posts ----------- */

.blog {
    grid-column: 2 / 3;
}

.text {
    padding: 2px 25px 5px 16px;
    background-color: rgb(250, 237, 209, 0.7);
    height: fit-content;
    margin-bottom: 20px;
    border-radius: 8px;
}

.title-date {
    font-weight: bold;
    font-size: 20px;
    margin-top: 12px;
    color: #364485;
    border-radius: 8px;
    margin-bottom: 8px;
}

.imgs {
    padding: 8px;
    display: flex;
}

#sam {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: auto;
    width: auto;
}

/* ----------footer----------- */

div.footer {
    background-image: linear-gradient(#e0afc0, #cd5f80);
    grid-column: 2 / 3;
    height: 53px;
    text-align: center;
    border-radius: 9px;
    display: block;
    justify-content: center;
    align-items: center;
    margin-top: -12px;
}

#footerimg {
    height: 18px;
    width: auto;
    padding-left: 5px;
}

p.footer {
    color: #062403;
}

.footer a:link {
    text-decoration: none;
    color: #062403;
}

.footer a:hover {
    color:#32752b;
    text-decoration: underline;
}

.footer a:visited {
    color: #062403;
}